Method FirstOrDefaultAsync(Expression<Func<TProps, bool>>)
Get first object matching condition, or null.
Task<RedbObject<TProps>?> FirstOrDefaultAsync(Expression<Func<TProps, bool>> predicate)
Get first object matching condition, or null.
Task<RedbObject<TProps>?> FirstOrDefaultAsync(Expression<Func<TProps, bool>> predicate)